Fix failures in starting subprocesses on Windows 7.
authorEli Zaretskii <eliz@gnu.org>
Sat, 5 May 2012 08:40:31 +0000 (11:40 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 5 May 2012 08:40:31 +0000 (11:40 +0300)
commite552aed7345b12c76ae3e3cf37333305861fdec4
tree159943baabd2751719290a5eebc7fdcdc836f6e1
parentf1913eeb47162a78a53cd4a43fe64b56568fa492
Fix failures in starting subprocesses on Windows 7.

 src/w32proc.c (new_child): Force Windows to reserve only 64KB of
 stack for each reader_thread, instead of defaulting to 8MB
 determined by the linker.  This avoids failures in creating
 subprocesses on Windows 7, see the discussion in this thread:
 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00119.html.
src/ChangeLog
src/w32proc.c